java.lang.Object
edu.claflin.finder.algo.clustering.struct.fast_greedy_struct.VectorValue
public class VectorValue
extends Object
- Author:
- Cesar Martin
-
-
Constructor Summary
Constructors
-
Method Summary
-
-
Constructor Details
-
-
VectorValue
public VectorValue(List<Node> c,
double a)
-
Method Details
-
-
getA
public double getA()
- Returns:
- the a
-
setA
public void setA(double a)
- Parameters:
a - the a to set
-